home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / Squeaky.swf / scripts / frame_160 / PlaceObject2_520_61 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-08-04  |  154 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(this.time > 0)
  3.    {
  4.       this.gotoAndStop(2);
  5.    }
  6.    if(this.time == 0)
  7.    {
  8.       this.gotoAndStop(3);
  9.    }
  10. }
  11.